home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / CHIP Turkiye Ağustos 2000 CD2.iso / prog / symntc / 06 / DATA1.CAB / Setup / UNIDRV.INF < prev    next >
Windows Setup INFormation  |  2000-04-30  |  917b  |  42 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. LayoutFile=layout.inf
  4. SetupClass=BASE
  5.  
  6. [DestinationDirs]
  7. UNI             = 11            ; LDID_SYSTEM
  8.  
  9. ;
  10. ; Installer Sections
  11. ;
  12. ; These sections control file installation, and reference all files that
  13. ; need to be copied. If the section name will be assumed to be the driver
  14. ; file, unless there is an explicit DriverFile section listed.
  15.  
  16. [CopyUNIDRV]
  17. CopyFiles=UNI
  18.  
  19. ; Copy Sections
  20. ;
  21. ; Lists of files that are actually copied. These sections are referenced
  22. ; from the installer sections, above. Only create a section if it contains
  23. ; two or more files (if we only copy a single file, identify it in the
  24. ; installer section, using the @filename notation)
  25.  
  26. [UNI]
  27. UNIDRV.DLL
  28. UNIDRV.HLP
  29. ICONLIB.DLL
  30.  
  31. ; All files go to the same destination, so this is easy.
  32. ;
  33.  
  34.  
  35.  
  36. ; Data Sections
  37. ;
  38. ; These sections contain data that is shared between devices.
  39. ;
  40.  
  41.  
  42.